home *** CD-ROM | disk | FTP | other *** search
- From: WileE@msn.com (Christopher )
- Subject: HELP! VC++ 4.0 from 2.0
- Date: 24 Jan 96 03:57:00 -0800
- Message-ID: <00001a81+000092b4@msn.com>
- Path: news.msn.com!msn.com
- Newsgroups: comp.lang.c++
- Organization: The Microsoft Network (msn.com)
-
- I have a program which compiled and worked under Visual C++ 2.0, now
- when compiling under 4.0 I get the message :
-
- error : WinMain redefinition;
-
- or somthing simular caused by the following line :
-
- int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR
- lpCmdLine, int nCmdShow);
-
- This is my first time trying to use Visual C++ 4.0 without using the
- application wizard. How can I get this program from 2.0 to run?
-
- thanks in advance for any help,
-
- Chris DeCock
- WileE@msn.com
-
- please reply to e-mail.
- thanks
-